-- bitsOS: An operating system for ComputerCraft. Licensed with GPL-3.0.

local version = "1.0 Alpha 1"

term.clear()
term.setCursorPos(1,1)
print("Starting up bitsOS ".. version .."...")
sleep(3)